KAFKA-18608: Add documentation for OAuth client assertion authentication (KIP-1258)#21859
Merged
omkreddy merged 1 commit intoapache:trunkfrom Mar 30, 2026
Merged
KAFKA-18608: Add documentation for OAuth client assertion authentication (KIP-1258)#21859omkreddy merged 1 commit intoapache:trunkfrom
omkreddy merged 1 commit intoapache:trunkfrom
Conversation
…t_credentials Grant Type
kirktrue
approved these changes
Mar 28, 2026
Contributor
kirktrue
left a comment
There was a problem hiding this comment.
Thanks @prabhashkr. This is a lot better than before!
omkreddy
approved these changes
Mar 30, 2026
omkreddy
pushed a commit
that referenced
this pull request
Mar 30, 2026
…tion (KIP-1258) (#21859) - Add documentation for client assertion authentication support in the client_credentials grant type, introduced in https://cwiki.apache.org/confluence/display/KAFKA/KIP-1258 / PR #21483 - Document the three-tier fallback mechanism (file-based assertion > locally-generated assertion > client secret) - Add configuration examples for dynamically-generated assertions, pre-generated assertion files, and assertion template files - Clarify that DefaultJwtRetriever auto-delegates to `ClientCredentialsJwtRetriever` for HTTP/HTTPS endpoints, so `sasl.oauthbearer.jwt.retriever.class` does not need to be set explicitly in most cases - Update "Secure/Production Use" section to reference built-in JWT retriever implementations - Add security considerations for client assertion (replay protection via JTI, short-lived assertions) Reviewers: Kirk True <kirk@kirktrue.pro>, Manikumar Reddy <manikumar.reddy@gmail.com>
Contributor
|
merged to trunk and 4.3 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
ClientCredentialsJwtRetrieverfor HTTP/HTTPS endpoints, sosasl.oauthbearer.jwt.retriever.classdoes not need to be set explicitly in most cases